home *** CD-ROM | disk | FTP | other *** search
/ Borland JBuilder 6 / jbuilder6.iso / IBM VisualAge for Java Enterprise v4.0 Retail / ivj40 / setup / IDE.Cab / F77103_DialogButtonsHelpButton.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-04-25  |  810 b   |  20 lines

  1. package com.ibm.ivb.jface.parts;
  2.  
  3. import javax.swing.JButton;
  4. import javax.swing.JComponent;
  5.  
  6. class DialogButtons$HelpButton extends JButton {
  7.    // $FF: synthetic field
  8.    private final DialogButtons this$0;
  9.  
  10.    public DialogButtons$HelpButton(DialogButtons var1) {
  11.       this.this$0 = var1;
  12.       this.this$0 = var1;
  13.       ((JComponent)this).setRequestFocusEnabled(false);
  14.    }
  15.  
  16.    public boolean isFocusTraversable() {
  17.       return false;
  18.    }
  19. }
  20.